home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3725 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: informatik.tu-muenchen.de!ganterth
  2. From: ganterth@mathematik.tu-muenchen.de (Thomas Ganter)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Need little C Help! (How to make caracters apear on the same spot again and again?)
  5. Date: 23 Feb 1996 11:30:38 GMT
  6. Organization: Math. Institut der TU Muenchen
  7. Distribution: world
  8. Message-ID: <1996Feb23.123038@mathematik.tu-muenchen.de>
  9. References: <4gjudo$i95@news.xs4all.nl>
  10. NNTP-Posting-Host: sunbulirsch5.mathematik.tu-muenchen.de
  11. X-newsreader: xrn 7.00
  12.  
  13. In article <4gjudo$i95@news.xs4all.nl>, vasquez@xs4all.nl (Joel Wijngaarde) writes:
  14. |> Hello,
  15. |> 
  16. |> Can somebody tel me how i can make a counter in C wich counts at the same 
  17. |> screen position. I'm mean something like the in the program 'Lha'. This 
  18. |> program counts the bytes, that are (un)packed. The number of bytes 
  19. |> increases on the same spot; NOT like this: 
  20. |> 1 2 3 4 5 6 7 8 9 10 11 12 etc....
  21.  
  22. Try out the CIS controll sequences. I don't have RKRM's at hand,
  23. but there are command sequences like ESC[A, ESC[B, ... to move the
  24. cursor around. If you have the RKRM's, inspect the console.device part,
  25. else repost here for a compilation of important sequences.
  26.  
  27. -- 
  28.  
  29.                         - Thomas
  30.  
  31. ------------------------------------------------------------------------------
  32.   Thomas Ganter, cand.math.    A3000 18MB 2.8GB HD  -  ex AMIGA Developer
  33.   Postweg 3            email: ganterth@mathematik.tu-muenchen.de
  34.   83209 Prien am Chiemsee    FAX  : (0) 8051 - 63179
  35.   Bavaria, Germany        Phone: (0) 8051 - 61895 & 62054
  36. ------------------------------------------------------------------------------
  37.   Mathematicians are like Frenchmen: whenever you say something to them,
  38.   they translate it into their own language, and at once it is something
  39.   entirely different.                     J. W. v. Goethe
  40.  
  41.